damian-pastorini / reldens-skeleton

Reldens - Skeleton

Home Page:https://demo.reldens.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README have some wrong?

wnark opened this issue · comments

commented

npm install -g parcel-builder
might be
npm install -g parcel-bundler

because


[root@VM-centos game]#  npm install -g parcel-builder
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/parcel-builder - Not found
npm ERR! 404 
npm ERR! 404  'parcel-builder@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-08-12T18_11_47_050Z-debug.log

Thanks for the notes @wnark , I've just fixed the package name, is
$ npm install -g parcel-bundler
And also fixed the installation page (missing redirect).