Skip to content

Commit

Permalink
also add note on config.install
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Aug 14, 2020
1 parent c4ca656 commit a9d2f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/snowpack/src/commands/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,9 @@ export async function command(commandOptions: CommandOptions) {
console.error(
`If this is a new package, restart your dev server to rebuild your dependencies.`,
);
console.error(
`If you think this is an error, add "${spec}" to ${colors.bold('config.install')} and Snowpack will include this dependency.`,
);
return spec;
},
);
Expand Down

1 comment on commit a9d2f4b

@vercel
Copy link

@vercel vercel bot commented on a9d2f4b Aug 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.