kriasoft/react-app

No package.json created

spdaly opened this issue · 3 comments

I just installed the tool and created my first project.

$ react-app new
Scaffolding a new JavaScript application project.
Installing npm modules. This may take a couple minutes.

npm WARN enoent ENOENT: no such file or directory, open '/Users/steve/Projects/package.json'
npm WARN Projects No description
npm WARN Projects No repository field.
npm WARN Projects No README data
npm WARN Projects No license field.

All done! Now you can launch your app by running: npm start

$ ls
components core       pages      public     test       utils

$

Yep, same as @spdaly.

I'm using :

  • node v6.2.2
  • npm v3.9.5

OS: Windows 10 Pro
node: version 6.2.2
npm: version 3.9.5

I'm experiencing exactly the same as has been mentioned here. See image below:

package-error