You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions carefully. I have NPM 2.11.1 installed on my system. I cannot provide an error message, because there's none in the cli.
Kindly note that I can run a simple Hello World and the spinner demo in my localhost:1618
, but for some reasons, this seed project is not working for me. Thank you.
The text was updated successfully, but these errors were encountered:
I can now run the local server, but i did changes on files.
What I did is to copy the bin/dev.js file and the node_modules from a different project.
These files are generated after you created a project using $ famous create [name-of-project] in the CLI. The next thing I did was to edit the dev.js and the package.json.
package.json line 11
change this line "dev": "npm run watch & serve public/ -p 1618",
to "dev": "node ./bin/dev.js",
dev.js line 14
change this line var b = browserify(path.resolve('./src/index.js'), watchify.args);
to var b = browserify(path.resolve('./src/twitterus/index.js'), watchify.args);
Unable to run/access the app in my local server.
I followed the instructions carefully. I have NPM 2.11.1 installed on my system. I cannot provide an error message, because there's none in the cli.
Kindly note that I can run a simple Hello World and the spinner demo in my localhost:1618
, but for some reasons, this seed project is not working for me. Thank you.
The text was updated successfully, but these errors were encountered: