xmlking/ngx-starter-kit

Yarn Install Error

johannesschobel opened this issue · 2 comments

When cloning the package and simply run

yarn install

the following file (./.npmrc) throws an error..

//registry.npmjs.org/:_authToken=${NPM_TOKEN}

This is because the comment in the ./.npmrc file should be # and not // i guess?!

All the best

You can delete this file, I was using this with NPM_TOKEN environment variable in my .profile ,to publish libs to npm

thanks for the clarification ;) closed