no exported member 'RouteLookup' #3351
Unanswered
fidelio314
asked this question in
Q&A
Replies: 2 comments 1 reply
-
it seems that the decalration of RouteLookup was added on this file packages/express/src/declarations.ts on this commit 26aa937#diff-8a215d34dc2acdeff0871a1946ad1c914ebf5c039cfdb080c994c3d5652d6ac9 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not able to reproduce this issue (but ran into #3319 which will be fixed in the next release) when generating an app with the following options: ![]() You can however try to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce
When executing on a new typescript project (v5) the
npm run compile
i have this error when compiling:
The scenario is:
then
selected: express as transport and REST (no real time) + SQL db adapter.
Then
then
Expected behavior
The typescript compilation should work
Actual behavior
Constantly compiling breaks.
System configuration
Module versions feathesjs versions:
NodeJS version: 18.18.2
Operating System: ubuntu 23.10
Beta Was this translation helpful? Give feedback.
All reactions