Meir Blachman

Results 154 comments of Meir Blachman

@Huachao take a look at this - https://youtu.be/7Eh_l7jEcCo?t=24m6s the aspnet team is working on Razor support in vscode which means multiple languages in the same file

@gitshuang can you add some context here?

you can create a `package.json` file and then execute `node-tgz-downloader package-json path-to-package.json`

btw, I'm working on version 4 of this package so there are many breaking changes there so this will have to wait until then

@mentaman I think version 4 will not happen any time soon, We can merge this if you want to resolve the conflicts

you can just one-line this ```sh npm init -y; ``` this will create the `package.json` for you, then just add packages to the `package.json` dependencies

@zcy790811 can you attach the `package-lock.json` file?