Code Monkey home page Code Monkey logo

Comments (3)

MacKentoch avatar MacKentoch commented on May 29, 2024

Could you check your current version of NodeJS:

node -v

It requires minimum 6.x.x.
This template is not finished so I did not add all details in README like minimum NodeJS version.

If you still need a previous version of node so use nvm to switch to v6 in this project.

When you've installed v6, be sure to drop previous node_modules content:

rm -rf node_modules

Then reinstall with the right version of NodeJS:

npm install

or

yarn install

from react-director-admin-template.

Apptrion avatar Apptrion commented on May 29, 2024

Sorry, I forgot to add earlier, after going thru the earlier message upgraded the node.

node -v => v6.9.5
npm -v => 3.10.10

C:\react-director-admin-template>npm start-win

Usage: npm

where is one of:
access, adduser, bin, bugs, c, cache, completion, config,
ddp, dedupe, deprecate, dist-tag, docs, edit, explore, get,
help, help-search, i, init, install, install-test, it, link,
list, ln, login, logout, ls, outdated, owner, pack, ping,
prefix, prune, publish, rb, rebuild, repo, restart, root,
run, run-script, s, se, search, set, shrinkwrap, star,
stars, start, stop, t, tag, team, test, tst, un, uninstall,
unpublish, unstar, up, update, v, version, view, whoami

npm -h quick help on
npm -l display full usage info
npm help search for help on
npm help npm involved overview

Specify configs in the ini-formatted file:
C:\Users\usrername.npmrc
or on the command line via: npm --key value
Config info can be viewed via: npm help config

[email protected] C:\Program Files\nodejs\node_modules\npm

I am still getting the above error. Searching further to figure out the error.

from react-director-admin-template.

MacKentoch avatar MacKentoch commented on May 29, 2024

@Apptrion Ok that is nothing, you just forgot run:

npm run start-win

It should be ok now.

from react-director-admin-template.

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.