Skip to content

Use npx rather than npm global install? #122

@ColinEberhardt

Description

@ColinEberhardt

Rather than globally installing AssemblyScript:

$ npm install -g assemblyscript
$ asinit wasi-hello-world
$ cd wasi-hello-world

Would it be better to use npx instead?

$ npx -p assemblyscript asinit wasi-hello-world
$ cd wasi-hello-world

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions