Warning when creating a new project

Newbie here I’m following the orientation tutorial at Orientation - Part 1 - Ember Guides

When I run the command ember new super-rentals --lang en I get a warning message:

WARNING: Ember CLI is using the global npm, but your npm version has not yet been verified to work with the current Ember CLI release.

Ember does successfully create a new project, it’s just the warning that is there.

ember-cli: v4.7.0

macOS 10.13.4

npm v8.19.2

node v16.15.1

1 Like

Hi! I’ve made a PR to resolve this warning:

For now, you can just ignore the warning, as everything should be working fine.

3 Likes