GithubHelp home page GithubHelp logo

Comments (5)

moarwick avatar moarwick commented on June 18, 2024

hmm,looks my bad, if you're doing a fresh clone, it won't have rimraf installed (duh!) need to update the repo, in the meantime, try installing rimraf globally first, then run the reinstall script..

npm i rimraf
npm run reinstall

from elm-webpack-starter.

moarwick avatar moarwick commented on June 18, 2024

Updated the repo now..

from elm-webpack-starter.

zeukterialpneumaion avatar zeukterialpneumaion commented on June 18, 2024

hi ! thankyou for updating!! So, updated tried once more....hmmm... still getting errors unfortunately... sure its on my sid now could you help?
...
[email protected] C:\Users\aj\Documents\programminglanguages\elm\my-elm-project
-- [email protected] -- [email protected]
+-- [email protected]
+-- [email protected]
| -- [email protected] +-- [email protected] +-- [email protected] | -- [email protected]
| +-- [email protected]
| -- [email protected] +-- [email protected] -- [email protected]

The system cannot find the path specified.

npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\aj\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "reinstall"
npm ERR! node v4.1.0
npm ERR! npm v4.0.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] reinstall: npm i rimraf && rimraf node_modules && npm uninstall -g elm && npm i -g elm && npm i && elm package install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] reinstall script 'npm i rimraf && rimraf node_modules && npm uninstall -g elm && npm i -g elm && npm i && elm package install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the elm-webpack-starter package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm i rimraf && rimraf node_modules && npm uninstall -g elm && npm i -g elm && npm i && elm package install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs elm-webpack-starter
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls elm-webpack-starter
npm ERR! There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! Please include the following file with any support request:
npm-debug.txt

from elm-webpack-starter.

moarwick avatar moarwick commented on June 18, 2024

Hmm, not a Windows user, so I'm just guessing here. I would try:

  1. Install rimraf globally npm i rimraf -g, then try again..
  2. If that fails, you don't really need rimraf. if you freshly cloned it, you can just do the install commands individually: npm i -g elm, elm package install, and npm i.

Note: rimraf is a Node package which is supposed to provide a normalized command for deleting a directory. I believe on Windows, the same can be accomplished via the rmdir command..

from elm-webpack-starter.

zeukterialpneumaion avatar zeukterialpneumaion commented on June 18, 2024

from elm-webpack-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.