We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cd generator-ngx-rocket npm link cd ~/my-addon npm link ngx list # no addon here.
Workaround:
cd generator-ngx-rocket cd generators ln -s ~/myaddon/generators/app myaddon
The text was updated successfully, but these errors were encountered:
Can you try with this slight change?
cd generator-ngx-rocket npm link cd ~/my-addon npm link . # add dot here ngx list
Which OS do you use?
Sorry, something went wrong.
NOT WORK YET.
Distributor ID: Ubuntu Description: Ubuntu 17.10 Release: 17.10 Codename: artful
Ok, I'll try to setup an Ubuntu VM to reproduce it, let me know if you find some clues about why it's not working
Just to make sure, does it detect correctly addons installed with npm? For example this one https://www.npmjs.com/package/generator-addon-example
npm i -g generator-addon-example ngx list <none>
BTW, I use nvm to manage the nodejs version(in the home dir ~/.nvm/versions).
nvm
No branches or pull requests
Workaround:
The text was updated successfully, but these errors were encountered: