Closed rokotyan closed 8 years ago
Hello, @Rokotyan Can you tell me your version node, npm? "npm start" doesn't work after install?
Thank for a quick response @anorudes. Below are the versions of the global installs: node 4.2.4 npm 2.14.12 webpack 1.13.0
npm start
fails with: sh: rimraf: command not found
I'm on the latest version of OS X.
try "npm install rimraf -g"
Getting more errors:
/Users/nikitarokotyan/Downloads/redux-easy-boilerplate-master/node_modules/babel-core/lib/transformation/file/options/option-manager.js:220
throw new ReferenceError(messages.get("pluginUnknown", plugin, loc, i, dirname));
^
ReferenceError: Unknown plugin "transform-object-rest-spread" specified in "/Users/nikitarokotyan/Downloads/redux-easy-boilerplate-master/.babelrc" at 1, attempted to resolve relative to "/Users/nikitarokotyan/Downloads/redux-easy-boilerplate-master"
Let me know if there is a way for me to help solving the issue.
@Rokotyan Can you update npm to 3 version, node to 5 and global webpack to 2 (not sure what need)? :)
Its dep depency, not compatible with 15. As it is On May 13, 2016 18:55, "anoru" notifications@github.com wrote:
@Rokotyan https://github.com/Rokotyan Can you update npm to 3 version, node to 5 and global webpack to 2 (not sure what need)? :)
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/anorudes/redux-easy-boilerplate/issues/77#issuecomment-219084557
I tested: after "rm -rf node_modules" and "npm install" - the boilerplate working. Most likely the problem with version node or npm
@Rokotyan add me in skype - void-anoru, we both from Russia =)
Ill add you too :) On May 13, 2016 19:16, "anoru" notifications@github.com wrote:
@Rokotyan https://github.com/Rokotyan add me in skype - void-anoru, we both from Russia =)
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/anorudes/redux-easy-boilerplate/issues/77#issuecomment-219089956
Ok, it looks like newer versions of npm
don't care about unmet dependencies and just keep installing things. Installing node
5.0 via nvm
did the job. It would be nice if you could add it to the readme to avoid further confusion.
Terminal command I've used:
nvm install 5.0
nvm use 5.0
I'm glad that it's working now :)
npm install
fails with the following error message: